Specify --without-gsettings for emacsFLAVOR-nox and emacsFLAVOR-lucid.
authorRob Browning <rlb@defaultvalue.org>
Wed, 25 Sep 2013 18:11:30 +0000 (13:11 -0500)
committerRob Browning <rlb@defaultvalue.org>
Wed, 25 Sep 2013 18:14:02 +0000 (13:14 -0500)
Thanks to Yuri D'Elia <wavexx@thregr.org> for the report.

Closes: 687299 687303
debian/rules

index f7336fbf619c5c71b81875097d2bea4adfc29f48..795ca0794995436fcb349d2bc084ba1e6a599ddd 100755 (executable)
@@ -330,6 +330,7 @@ confflags_x += --with-toolkit-scroll-bars
 confflags_nox := $(confflags) 
 confflags_nox += --with-x=no
 confflags_nox += --without-gconf
+confflags_nox += --without-gsettings
 
 # lucid configure flags
 confflags_lucid := $(confflags)
@@ -337,6 +338,7 @@ confflags_lucid += --with-x=yes
 confflags_lucid += --with-x-toolkit=lucid
 confflags_lucid += --with-toolkit-scroll-bars
 confflags_lucid += --without-gconf
+confflags_lucid += --without-gsettings
 
 define cfg_tree
   rm -rf $(1)